home *** CD-ROM | disk | FTP | other *** search
- ;/*++
- ;
- ;Copyright (c) 1996-2001 Winternals All rights Reserved
- ;
- ;Module Name:
- ;
- ; VDISKBUS.INF
- ;
- ;Abstract:
- ; INF file for installing virtual disk bus enumerator driver
- ;
- ;--*/
- [Version]
- Signature="$WINDOWS NT$"
- Class=System
- ClassGuid={4D36E97D-E325-11CE-BFC1-08002BE10318}
- Provider=%WINT%
- DriverVer=09/26/2001, 1.00.1
- CatalogFile=vdiskbus.cat
-
- [DestinationDirs]
- Drivers_Dir = 12
-
- [SourceDisksNames]
- 1 = %DiskId1%,,,""
-
- [SourceDisksFiles]
- ;vdiskbus.sys = 1,,
-
- ;*****************************************
- ; VDiskBus Install Section
- ;*****************************************
-
- [Manufacturer]
- %StdMfg%=Standard
-
- [Standard]
- ;
- ; These are the virtual disk bus pnp ids
- ;
-
- %VDiskBus.DeviceDesc%=VDiskBus_Device, root\vdiskbus
-
- [VDiskBus_Device.NT]
- CopyFiles=Drivers_Dir
-
- [Drivers_Dir]
- ;vdiskbus.sys
-
-
- ;-------------- Service installation
- [VDiskBus_Device.NT.Services]
- AddService = vdiskbus,%SPSVCINST_ASSOCSERVICE%, vdiskbus_Service_Inst
-
- ; -------------- vdiskbus driver install sections
- [vdiskbus_Service_Inst]
- DisplayName = %vdiskbus.SVCDESC%
- ServiceType = 1 ; SERVICE_KERNEL_DRIVER
- StartType = 3 ; SERVICE_DEMAND_START
- ErrorControl = 1 ; SERVICE_ERROR_NORMAL
- ServiceBinary = %12%\vdiskbus.sys
- LoadOrderGroup = Extended Base
-
-
- [Strings]
- SPSVCINST_ASSOCSERVICE= 0x00000002
- WINT = "Winternals"
- StdMfg = "(Standard system devices)"
- DiskId1 = "VDisk Bus Installation Disk #1"
- VDiskBus.DeviceDesc = "Virtual Disk Bus"
- vdiskbus.SVCDESC = "Virtual Disk Bus"
-
-